home *** CD-ROM | disk | FTP | other *** search
- duplicateMovieClip("_root.drain","drain2",16507);
- _root.drain2._xscale = this._xscale;
- if(this._xscale == -100)
- {
- _root.drain2._y = this._y + 38;
- _root.drain2._x = this._x - 20;
- }
- else
- {
- _root.drain2._y = this._y + 38;
- _root.drain2._x = this._x + 20;
- }
- _root.drain2.gotoAndPlay(1);
- _root.alerttime = 200;
- _root.atk = false;
-